calculator in one line in python

38

calculator in one line in python -

while True : print(eval(input(">>> ")))

Comments

Submit
0 Comments